persistence/registry

persist via AutodialDLL registry key

rule:
  meta:
    name: persist via AutodialDLL registry key
    namespace: persistence/registry
    authors:
      - j.j.vannielen@utwente.nl
    scopes:
      static: function
      dynamic: call
    att&ck:
      - Persistence::Event Triggered Execution [T1546]
    references:
      - https://learn.microsoft.com/en-us/windows/win32/rras/autodial-connection-operations
      - https://www.hexacorn.com/blog/2015/01/13/beyond-good-ol-run-key-part-24/
  features:
    - and:
      - match: set registry value
      - string: /System\\(CurrentControlSet|ControlSet001)\\Services\\WinSock2\\Parameters/i
      - string: /AutodialDLL/i

last edited: 2024-12-09 10:29:56